バージョン

SwapCollection<T> クラス メソッド

このクラスのメンバの一覧は、SwapCollection<T>メンバを参照してください。

パブリック メソッド
 名前解説
Public メソッドAddAdds an object to the end of the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドAddRange指定したコレクションの要素を、SwapCollection<T> の最後に追加します。  
Public メソッドClearRemoves all elements from the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドContainsDetermines whether an element is in the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドCopyToCopies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドGetEnumeratorReturns an enumerator that iterates through the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドIndexOfSearches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドInsertInserts an element into the Collection at the specified index. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドInsertRange指定されたインデックスの SwapCollection<T> にコレクションの要素を挿入します。  
Public メソッドRemoveRemoves the first occurrence of a specific object from the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドRemoveAtRemoves the element at the specified index of the Collection. System.Collections.ObjectModel.Collection<T>から継承されます。
Public メソッドRemoveRangeSwapCollection<T> から指定した項目を削除します。  
Public メソッドSwapItemsオーバーロードされます。 SwapCollection<T> の 2 つの項目の位置を入れ替えます。  
トップ
プロテクト メソッド
 名前解説
Protected Internal メソッドAddRangeInternalある範囲の項目を SwapCollection<T> オブジェクトに追加します。  
Protected メソッドClearItemsオーバーライドされます。 SwapCollection<T> からすべての要素を削除します。  
Protected Internal メソッドClearItemsInternalSwapCollection<T> からすべての要素を削除します。  
Protected メソッドInsertItemオーバーライドされます。 指定されたインデックスの SwapCollection<T> に要素を挿入します。  
Protected Internal メソッドInsertItemInternal指定されたインデックスの SwapCollection<T> に要素を挿入します。  
Protected Internal メソッドInsertRangeInternalある範囲の要素を、SwapCollection<T> の指定したインデックスに挿入します。  
Protected メソッドOnCollectionChangedCollectionChanged イベントを発生します。  
Protected メソッドOnCollectionChangingCollectionChanging イベントを発生します。  
Protected メソッドOnPropertyChangedPropertyChanged イベントを発生させます。要素上に存在する 1 つ以上のプロパティの有効な値が変化したときに呼び出されます。  
Protected Internal メソッドRemoveInternal指定した項目をコレクションから削除します。  
Protected メソッドRemoveItemオーバーライドされます。 SwapCollection<T> の指定したインデックスにある要素を削除します。  
Protected Internal メソッドRemoveRangeInternal通知メッセージが抑止されるときに、指定した項目の範囲を削除します。  
Protected メソッドSetItemReplaces the element at the specified index. System.Collections.ObjectModel.Collection<T>から継承されます。
Protected Internal メソッドSwapItemsInternalオーバーロードされます。 指定した index にプッシュするときに、items の項目を入れ替えます。  
トップ
参照